Welcome![Sign In][Sign Up]
Location:
Search - ftp pwd

Search list

[Ftp ClientFTPServer

Description: 用C++编写的FTP服务端,支持pwd、list等FTP操作
Platform: | Size: 2012 | Author: stan | Hits:

[Linux-Unixftp

Description: 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远方当前目录 dir:列出远方当前目录 cd:改变远方当前目录 ?:显示提供的命令 quit:退出返回 !dir,列出本地当前目录。
Platform: | Size: 4650 | Author: Draco | Hits:

[Linux-Unixclient

Description: linux下RFC 959 FTP客户端程序,可以下载上传 ls pwd cd lcd等
Platform: | Size: 39213 | Author: liusong | Hits:

[Ftp Clientserver

Description: ftp server 程序,RFC959,支持上传下载ls dir pwd等
Platform: | Size: 25072 | Author: liusong | Hits:

[Ftp ClientFTPServer

Description: 用C++编写的FTP服务端,支持pwd、list等FTP操作-With C++ Prepared FTP server to support the pwd, list operations, such as FTP
Platform: | Size: 2048 | Author: stan | Hits:

[Linux-Unixftp

Description: 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远方当前目录 dir:列出远方当前目录 cd:改变远方当前目录 ?:显示提供的命令 quit:退出返回 !dir,列出本地当前目录。-In Linux system using the Socket interface FTP client and server process, so that the client can connect to servers, and FTP can also conduct some of the basic operation. Client and server command channel and data channels need to be separated from support for the following FTP command: get: get a file from afar put: the distance to a file pwd: display the distance the current directory dir: lists the current remote directory cd: changes the distance the current directory? : Display command quit: exit to return! Dir, set out in the local current directory.
Platform: | Size: 4096 | Author: Draco | Hits:

[Linux-Unixclient

Description: linux下RFC 959 FTP客户端程序,可以下载上传 ls pwd cd lcd等-linux under RFC 959 FTP client program, you can download upload, such as ls pwd cd lcd
Platform: | Size: 38912 | Author: liusong | Hits:

[Ftp Clientserver

Description: ftp server 程序,RFC959,支持上传下载ls dir pwd等-ftp server program, RFC959, support for uploading and downloading, such as ls dir pwd
Platform: | Size: 24576 | Author: liusong | Hits:

[Internet-Networkftpd

Description: A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE 6.0, * 3. Redhat 9.0 s ftp client, * 4. CuteFTP 8, * I ll introduce more functions and improve its performance-A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE 6.0, * 3. Redhat 9.0 s ftp client, * 4. CuteFTP 8, * I ll introduce more functions and improve its performance
Platform: | Size: 7168 | Author: 陈绍辉 | Hits:

[Linux-UnixFTPService

Description: ftp服务器的主要功能是上传下载文件以达到数据共享的目的。在linux底下开发ftp服务器旨在帮助学员综合运用linux初级编程与linux高级编程所学到的知识。如:守护进程的编写,进程间通讯, 管道,socket编程,文件I/O标准库函数与系统调用,以及文件权限管理等等。具体操作详见压缩包里面的文档有操作服务手册,可以控制上传和下载的速度。-USER PASS CWD,XCWD CDUP REIN QUIT PORT PASV TYPE MODE RETR STOR APPE REST RNFR,RNTO ABOR DELE RMD,XRMD MKD,XMKD PWD,XPWD LIST NLST SYST STAT SIZE HELP NOOP
Platform: | Size: 292864 | Author: | Hits:

[Linux-Unixftp

Description: 在linux环境下用socket编程实现一个FTP,并支持以下命令: 1.?显示FTP的命令 2.pwd显示客户端的路径 3.dir列出客户端的文件信息 4.cd 改变客户端的路径 5.put 上传一个文件 6.get 下载一个文件 7.quit 结束,退出FTP -In the linux environment, with the socket programming an FTP, and supports the following commands: 1.? Show FTP commands 2.pwd shows the path of 3.dir client list client' s file information 4.cd to change the path of the client 5.put upload a file to download a file 7.quit end 6.get, exit FTP
Platform: | Size: 76800 | Author: fukker | Hits:

[Internet-Networkmyftpserver

Description: 使用c编写的简易ftp服务器端程序。实现的命令有:user,pass,cwd,port,pasv,type,retr,stor,dele,mkd,pwd,list,syst,quit。在linux下编译后可以执行。-Simple ftp using c write server-side program. Achieve the commands are: user, pass, cwd, port, pasv, type, retr, stor, dele, mkd, pwd, list, syst, quit. In the under linux compiled enforceable.
Platform: | Size: 3072 | Author: 王国澎 | Hits:

[Internet-Networkmyftpclient

Description: 使用c语言编写的ftp客户端程序。实现的命令有:open,usr,pwd,cd,ls/dir,get,put,delete,mkdir,help/?,quit。在linux下编译执行。-Using the c language of the ftp client program. Implemented commands: open, usr, pwd, cd, ls/dir, get, put, delete, mkdir, help /?, Quit. Compiled in the linux implementation.
Platform: | Size: 3072 | Author: 王国澎 | Hits:

[Internet-Networkftp

Description: 简单的ftp服务器端和客户端,两个程序同时运行,在客户端可以使用pwd、cd、quit、help、get、put、dir等命令进行操作,实现下载、上传文件等操作。-A simple ftp server-side and client-side, the two programs are running at the same time, the client can use the pwd, cd, quit, help, get, put, dir and other commands to download, upload files, and so.
Platform: | Size: 13312 | Author: yangdingda | Hits:

[Ftp Clientftpclient

Description: FTP 客户端实现。包括get,put,pwd,dir,cd等命令。-FTP Client implementation.Including commands such as get,put,pwd,dir and cd.
Platform: | Size: 2048 | Author: 潘春雨 | Hits:

[Ftp Serverftpserver

Description: FTP 服务器的实现。能够处理get, put, pwd, cd, dir等命令。-The FTP server. Capable of dealing with get, put, PWD, CD, dir commands.
Platform: | Size: 3072 | Author: 潘春雨 | Hits:

[Internet-NetworkFTPServer

Description: 用C++编写的FTP服务端,支持pwd、list等FTP操作-With C++ Prepared FTP server to support the pwd, list operations, such as FTP
Platform: | Size: 2048 | Author: thatth | Hits:

[Linux-Unixftp

Description: 简单的ftp功能的实现,实现linux系统下ftp login\get\put\pwd\ls\cd等功能-Simple ftp function, achieving linux system ftp login \ get \ put \ pwd \ ls \ cd etc.
Platform: | Size: 21504 | Author: wyg | Hits:

[Internet-NetworkminiFTP

Description: win SOCKET 编程实现 miniFTPclient/Server Zhe大计算机网络实验,具体要求如下: 使用 Win32Socket 函数实现,不能使用 MFC 的 Csocket 类库(MFC 的 Csocket 类库不 能在 LINUX、UNIX 等环境下使用,跨平台性差),不能用 C++ builder 开发(编程量太少, C++ builder 已完成了很多 SOCKET 代码的编写)。 1. mini FTPclient/ Server 要求:在客户端至少实现 GET file, PUT file, CD( change Directory), PWD( display current directory in server)功能。独立完成 mini FTP client 端及 Server 端程序。mini FTPclient/ Server 不一定要使用标准 FTP 协议,不一定 要与现有的标准 FTPserver 互通,也不一定要与现有的标准 FTPClient(例如 LEAP FTP)互通。mini FTPclient/ Server 可使用自定义的 FTP 协议、应用层 PDU 格式 及握手方式。 2. 补充:有能力的同学在完成任务后,可以进一步开发 client 端软件,尝试与现有的 标 准 FTP server 互 通 , 实 现 GET file, PUT file, CD( change Directory), PWD(displaycurrentdirectoryin server)等功能。有能力的同学在完成任务后,可以 进一步在自己机器上的 linux/ unix 平台下实现 mini FTPclient/ Server 或聊天程序。-miniFTPclient/server based on win SOCKET, coded on c++
Platform: | Size: 89088 | Author: Pepe | Hits:

[Internet-Networkftp.tar

Description: linux平台下编写的ftp项目,主要功能包括: 1.cd 进入对应目录 2.ls 列出相应目录文件 3.puts 将本地文件上传至服务器 4.gets 文件名 下载服务器文件到本地 5.remove 删除服务器上文件 6.pwd 显示目前所在路径 7.其他命令不响应 项目启动方法 ./ftpserver ../conf/server.conf 客户端 ./client ip port- Prepared by the ftp program under linux platform, the main features include: 1.cd enter the corresponding directory 2.ls list the corresponding directory files 3.puts local files uploaded to the server 4.gets file name to download the file to a local server 5.remove delete files on the server Displays the current path where 6.pwd 7. Other commands do not respond Project start-up method ./ftpserver ../conf/server.conf Client ./client ip port
Platform: | Size: 58368 | Author: John | Hits:

CodeBus www.codebus.net